UCF STIG Viewer Logo

The system must log Martian packets.


Overview

Finding ID Version Rule ID IA Controls Severity
V-38528 RHEL-06-000088 SV-50329r1_rule Low
Description
The presence of "martian" packets (which have impossible addresses) as well as spoofed packets, source-routed packets, and redirects could be a sign of nefarious network activity. Logging these packets enables this activity to be detected.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2014-06-10

Details

Check Text ( None )
None
Fix Text (F-43476r1_fix)
To set the runtime status of the "net.ipv4.conf.all.log_martians" kernel parameter, run the following command:

# sysctl -w net.ipv4.conf.all.log_martians=1

If this is not the system's default value, add the following line to "/etc/sysctl.conf":

net.ipv4.conf.all.log_martians = 1